home *** CD-ROM | disk | FTP | other *** search
/ Clickx 47 / Clickx 47.iso / assets / software / switchproxy.xpi / chrome / switchproxy.jar / content / dialogs / update.xul < prev   
Encoding:
Extensible Markup Language  |  2006-04-11  |  818 b   |  22 lines

  1. <?xml version="1.0"?>
  2.  
  3. <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
  4.  
  5. <!DOCTYPE dialog SYSTEM "chrome://switchproxy/locale/locale.dtd">
  6.  
  7. <dialog buttons="accept, cancel"
  8.         id="switchProxyUpdate"
  9.         ondialogaccept="switchproxy_update_notifyToggle(); switchproxy_update_install(); return true;"
  10.         ondialogcancel="return switchproxy_update_notifyToggle();"
  11.         title="&update.title;"
  12.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  13.   
  14.     <script type="application/x-javascript" src="chrome://switchproxy/content/dialogs/update.js"></script>
  15.   
  16.   <vbox style="width: 250px;">
  17.     <description>
  18.       &update.message;
  19.     </description>
  20.     <checkbox label="&update.dontshow;" id="switchproxy.update.notify" checked="false" />
  21.   </vbox>
  22. </dialog>